Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a link in README.md pointing to the keyboard shortcut visualization #230

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

MKimiSH
Copy link
Contributor

@MKimiSH MKimiSH commented Jun 2, 2024

The motivation behind is that the set of key bindings of tev has really grown and sometimes it's hard to keep track for users and developers (#123, #193, #229). Therefore, I translated the list of hot keys from the help popup, as well as from ImageViewer.cpp, to a visualizer I encountered, KeyCombiner, and mentioned it in the README (it's here for quicker reviewing). It allows viewing the hot keys as a list and see the bindings associated with each modifier (or modifier combination).

Please feel free to check whether the key bindings are correct and complete.

PS:
While doing the translation, I noticed that some of the key bindings are not actually in the help window. For example, the pageUp and pageDown keys are mapped as up or down but were not mentioned. We can perhaps update the help window after this PR has been merged.

@Tom94
Copy link
Owner

Tom94 commented Jun 11, 2024

Thank you, this looks great! Apologies for the delay in getting to the PR.

@Tom94 Tom94 merged commit 35863e9 into Tom94:master Jun 11, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants